home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr05 / airdrm1a.zip / SETUP.CFG < prev    next >
Text File  |  1995-02-05  |  3KB  |  81 lines

  1. rem   SHAREWARE ONLY for zip file
  2. rem   =====================================================================
  3.  
  4. rem --- set the color for background on the screen
  5. SCREENCOLOR: BLUE, BLACK
  6.  
  7. rem --- the title that appears on the background
  8. TITLE: "Airdrums Setup", 40
  9. rem --- the color for the title
  10. TITLECOLOR: (255,78,46)
  11.  
  12. rem --- The following paragraph is on the first screen seen by the
  13. rem   - end-user.  Note that you should leave a blank line at the top
  14. rem   - and bottom and leave a couple of spaces at the left AND right
  15. rem   - to provide proper spacing around the window border.
  16. BEGINFIRSTSCREEN
  17.  
  18.    This installation program will install Airdrums onto your  
  19.    hard disk.  You can install it into the directory holding
  20.    the unzipped files.
  21.  
  22. ENDFIRSTSCREEN
  23.  
  24. rem --- The following is the last screen seen by the end-user.
  25. rem   - Note that you should leave a blank line at the top and
  26. rem   - bottom and leave a couple of spaces at the left AND right
  27. rem   - to provide proper spacing around the window border.
  28. BEGINLASTSCREEN
  29.  
  30.    Installation of Airdrums is now complete.  If you installed
  31.    Airdrums in a directory other than the directory with the 
  32.    unzipped files, you can remove that directory with the 
  33.    unzipped files.
  34.  
  35.  
  36.  
  37. ENDLASTSCREEN
  38.  
  39. rem --- check to see if the end user has enough disk space to install
  40. rem   - note that the user can install one of two file groups 
  41. rem   - (all files or just the program files) thus we must
  42. rem   - provide a different check for group one and group two
  43. MINDISKSPACE: 200000
  44.  
  45. rem --- check that the end user has a powerful enough CPU 
  46. MINCPUTYPE: 80386
  47.  
  48. rem --- set the default drive and directory for installation
  49. DEFAULTDIR: c:\airdrums
  50.  
  51. rem --- 
  52. WINITEM: "Airdrums", "$DEFAULTDIR$\Airdrum1.exe", "Airdrums"
  53. WINITEM: "Airdrums", "$DEFAULTDIR$\Airdrums.hlp", "Airdrums Help"
  54.  
  55. rem INSERTDISK: "Disk 1"
  56.  
  57. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  58. FILE:AIRDRUM1.EXE , overwrite=new      
  59. FILE:AIRDRUMS.HLP , overwrite=new      
  60. FILE:$WINSYSDIR$\CMDIALOG.VBX , overwrite=new     
  61. FILE:$WINSYSDIR$\COMMDLG.DLL, overwrite=new    
  62. FILE:DEFAULT.DRM, overwrite=new       
  63. FILE:HSLIDE1.VBX, overwrite=new      
  64. FILE:KNOB1.VBX, overwrite=new  
  65. FILE:MCI.VBX , overwrite=new 
  66. FILE:MIDI1.VBX, overwrite=new        
  67. FILE:$WINSYSDIR$\THREED.VBX, overwrite=new       
  68. FILE:$WINSYSDIR$\VBRUN300.DLL, overwrite=new       
  69. FILE:MIDIFILE.VBX, overwrite=new       
  70.  
  71. FILE:1111, overwrite=new
  72. FILE:2222, overwrite=new
  73. FILE:3333, overwrite=new
  74.  
  75. FILE:ORDER.TXT, overwrite=new
  76. FILE:LEGAL.TXT, overwrite=new
  77. FILE:README.TXT, overwrite=new
  78. FILE:WARNING.BAT, overwrite=new
  79.  
  80. RUNATEXIT "warning.bat"
  81.